home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / baron3.zip / BSYSOP.DOC < prev    next >
Text File  |  1992-03-06  |  12KB  |  311 lines

  1.  
  2.  
  3. Registration:
  4. =============
  5. Barons is distributed as shareware.  Please read and return the registration
  6. form in REGISTER.DOC.  If you are already a registered user (ie. you sent in
  7. $10 for some version previous to 3.00), then you are entitled to a registered
  8. version of Barons 3.00 without paying any additional fee.
  9.  
  10.  
  11. File list:
  12. ==========
  13. This document is a simple instruction to use to setup Barons
  14. for your BBS.  The following files are included:
  15.  
  16.           BSYSOP.DOC   -  SysOp documentation (this document)
  17.           BEDITOR.DOC  -  SysOp editor documentation
  18.           REGISTER.DOC -  SysOp game registration form
  19.           BARONS.DOC   -  User documentation
  20.           BARONS.BAT   -  DOORS execution file (sample)
  21.           BARONS.EXE   -  The executible program (will run stand-alone)
  22.           BCONFIG.DAT  -  Configuration file (info)
  23.           NODES.BBS    -  A list of your comm port assignments by BBS node
  24.  
  25.           TIMEGEN.EXE  -  Time control file generator
  26.           TIMES.DEF    -  Sample time control file
  27.  
  28.  
  29.  
  30. Executing Barons:
  31. =================
  32. To execute directly as a door, you can use the file BARONS.BAT.  The
  33. program must be executed from the directory containing all of the
  34. above listed files except that NODES.BBS must be in the RBBS directory.
  35.  
  36. Barons is invoked one of five ways.
  37.  
  38.         1. BARONS
  39.         2. BARONS node
  40.         3. BARONS node path
  41.         4. BARONS node path bbs
  42.  
  43. The first is used to run Barons in local mode.  This will play as any
  44. other game on your IBM PC.  The second method is used to run Barons
  45. under the door monitor.  The node parameter is automatically supplied by
  46. the door monitor itself.  The third method is used when running as a
  47. door under RBBS 15.  The path parameter is the current full path containing
  48. the RBBS configuration files.  The node is the RBBS node number.  The
  49. node number is passed to door batch files as parameter 1.  The fourth
  50. method may be used for a variety of BBSs.  The fourth parameter is
  51. used to specify the BBS type.  Set this to:
  52.  
  53.         (empty)         for RBBS 15.x
  54.         RBBS            for RBBS 16.x
  55.         QBBS            for Quick BBS
  56.         PCBOARD         for PC-Board BBS 12.1
  57.         PCBOARD14       for PC-Board BBS 14.0
  58.         WILDCAT         for Wildcat BBS
  59.         GAP             for GAP BBS
  60.         WWIV            for WWIV BBS
  61.  
  62.  
  63. Assumed RBBS 16.x files:
  64. ========================
  65. Barons assumes that the following files are in the directory specified
  66. by the path parameter when running directly under RBBS 16.x:
  67.  
  68.         NODES.BBS       Node definition file.
  69.  
  70.         MESSAGES        This file contains the information pertaining
  71.                         to each node on the BBS.
  72.  
  73.         DORINFOx.DEF    This file contains all of the users settings
  74.                         such as graphics, parity, baud rate, etc.
  75.  
  76.  
  77. Assumed RBBS 15.x files:
  78. ========================
  79. Barons assumes that the following files are in the directory specified
  80. by the path parameter when running directly under RBBS 15.x:
  81.  
  82.         NODES.BBS       Node definition file.
  83.  
  84.         MESSAGES        This file contains the information pertaining
  85.                         to each node on the BBS.
  86.  
  87.         USERS           This file contains all of the users settings
  88.                         such as graphics, parity, baud rate, etc.
  89.  
  90.         PASSWRDS        This file MUST contain an entry for each security
  91.                         level allowed to run doors.  Barons gets the
  92.                         users daily time limit from this file.
  93.  
  94.  
  95. Assumed Quick BBS files:
  96. ========================
  97. Barons assumes that the following files are in the directory specified
  98. by the path parameter when running directly under Quick BBS:
  99.  
  100.         NODES.BBS       Node definition file.
  101.  
  102.         DORINFOx.DEF    This file contains all of the users settings
  103.                         such as graphics, parity, baud rate, etc.
  104.  
  105.  
  106. Assumed PC-BOARD files:
  107. =======================
  108. Barons assumes that the following files are in the directory specified
  109. by the path parameter when running directly under PC-Board:
  110.  
  111.         NODES.BBS       Node definition file.
  112.  
  113.         PCBOARD.SYS     This file contains the information pertaining
  114.                         to the BBS node and the callers information.
  115.  
  116.  
  117.  
  118. Assumed Wildcat files:
  119. ======================
  120. Barons assumes that the following files are in the directory specified
  121. by the path parameter when running directly under Wildcat:
  122.  
  123.         NODES.BBS       Node definition file.
  124.  
  125.         CALLINFO.BBS    This file contains all of the users settings
  126.                         such as graphics, parity, baud rate, etc.
  127.  
  128.  
  129.  
  130. Assumed GAP files:
  131. ==================
  132. Barons assumes that the following files are in the directory specified
  133. by the path parameter when running directly under GAP BBS:
  134.  
  135.         NODES.BBS       Node definition file.
  136.  
  137.         DOOR.SYS        This file contains all of the users settings
  138.                         such as graphics, parity, baud rate, etc.
  139.  
  140.  
  141.  
  142. Assumed WWIV files:
  143. ===================
  144. Barons assumes that the following files are in the directory specified
  145. by the path parameter when running directly under WWIV BBS:
  146.  
  147.         NODES.BBS       Node definition file.
  148.  
  149.         CHAIN.TXT       This file contains all of the users settings
  150.                         such as graphics, parity, baud rate, etc.
  151.  
  152.  
  153.  
  154. Assumed Monitor files:
  155. ======================
  156. Barons assumes that the following files are in the local directory with
  157. the game when running under an RBBS monitor:
  158.  
  159.         NODES.BBS       Node definition file.
  160.  
  161.         TIMEOFFx.DOR    This file contains all of the users settings
  162.                         such as graphics, parity, baud rate, etc.
  163.  
  164.  
  165. Barons assumes that the following files are in directory specified in the
  166. path parameter of the TIMEOFFx.DOR file:
  167.  
  168.         USERS.DOR       Monitor users file.
  169.  
  170.         MONITOR1.EXE    This file will be executed when the program
  171.                         terminates.
  172.  
  173.  
  174. Barons will build the following files are in the local directory with
  175. the game when running under an RBBS monitor:
  176.  
  177.         POINTSx.DOR     This file contains returns the amount of time
  178.                         used in the game and a Monitor score value.
  179.  
  180.  
  181.  
  182. Restarting a new game:
  183. ======================
  184. AT any time should you wish to start a new game, simply delete all the data
  185. files (.DAT) in the barons directory.
  186.  
  187.  
  188.  
  189. Adding time controls:
  190. =====================
  191. Barons contains the ability to control access of the game by security level,
  192. time of day, total play time per day, total play time per game, total game
  193. count per day, and time required to wait in between games.
  194.  
  195. The time control file may be used directly under a BBS or also with the door
  196. monitor.  If not included, then only the standard time controls are used.
  197.  
  198. The time definition file is an ASCII file used to create the time control
  199. data file.  It has the following format:
  200.  
  201. :SYSOP 1000 2330                                         ; Sysops hours
  202. :LEVEL  006  007  008  008  008  008  008  008           ; Level access classes
  203. :DAYT   000  000  000  000  000  000  000  000           ; Daily time limits
  204. :DAYG   001  002  003  003  003  003  003  003           ; Daily game limits
  205. :WAIT   000  030  030  000  000  000  000  000           ; Time between games
  206. :TIME  0000  060  060  060  060  060  060  060  120      ; Per game access
  207. :TIME  0600  000  030  030  030  030  030  030  030      ; Per game access
  208. :TIME  1000  000  045  045  045  045  045  045  120      ; Per game access
  209. :TIME  1600  000  030  030  030  030  030  030  030      ; Per game access
  210. :TIME  2000  000  045  045  045  045  045  045  060      ; Per game access
  211.  
  212. The first entry defines the SysOp hours.  This controls when the player may
  213. use the page command.  These entires are expressed as HHMM.  The second entry
  214. may be smaller than the first.  As an example, ":SYSOP 0700 1900" allows the
  215. player to use the page command from 7am until 7pm.  The entry ":SYSOP 2200
  216. 0200" allows the page command to be used between 10pm and 2am.
  217.  
  218. The ":LEVEL" entry defines how different security level users have access to
  219. the game.  This line consists of 8 entries in ascending order.  Each entry
  220. corresponds to a game control level.  As an example let us consider the
  221. following entry: ":LEVEL 010 020 030 040 050 060 070 080".  Any user with
  222. a security level of less than 10 would not have access to the game.  Users
  223. with security level 10 through 19 would have level 0 privelidges.  Users
  224. with security level 20 through 29 would have level 1 privelidges, etc.
  225. Priveledges are explained below.
  226.  
  227. The ":DAYT" entry defines the maximum time in minutes each privelidge level
  228. may play the game per day.  This entry consists of 8 values each corresponding
  229. to a privelidge level in ascending order.  Each value is in minutes.  A value
  230. of 0 represents no daily time limit for that particular privelidge level.
  231.  
  232. The ":DAYG" entry defines the maximum number of times the user may enter the
  233. game on a gien day.  It consists of 8 values each corresponding to a
  234. privelidge level in ascending order.  A value of 0 represents no game limit
  235. for that particular privelidge level.
  236.  
  237. The ":WAIT" entry defines the amount of time in minutes each user must
  238. wait between entering the game.  This entry consists of 8 values each
  239. corresponding to a privelidge level in ascending order.
  240.  
  241. The ":TIME" entries define the amount of time each user may spend during a
  242. single play session.  It consists of 9 values.  The first is the time of
  243. day the period starts.  The remaining 8 are the game time limits for
  244. each of the 8 privelidge levels.  Time limits are in minutes.  A 0 value
  245. here means that the user my not play the game during that time period.
  246. Each ":TIME" entry must be in ascending time of day order.  There may be
  247. a maximum of 8 ":TIME" entries.
  248.  
  249. To build the time control file, the following command line is used:
  250.  
  251.                 TIMEGEN def_file time_file
  252.  
  253. Where def_file is the ASCII file defining all time controls and time_file
  254. is the output file that the game will read.  For Barons, use the following
  255. command line:
  256.  
  257.                 TIMEGEN times.def barons.tim
  258.  
  259.  
  260.  
  261. SysOp controls:
  262. ===============
  263. The SysOp has similar controls as to those provided in RBBS.  The following
  264. set of functions are available:
  265.  
  266.     Alt F1      This key will eject a user from the game by
  267.                 setting all his time to consumed.
  268.  
  269.     Right Arrow This key will add one minute of game time to
  270.                 the current users current game session.
  271.  
  272.     Left Arrow  This key will subtract one minute of game time
  273.                 from the current users current game session.
  274.  
  275.         F4      The F4 key will toggle the state of the SysOp
  276.                 annoy toggle.  Note that it is reset to its
  277.                 original state when RBBS is reentered.
  278.  
  279.         F6      The F6 key will toggle the state of the SysOp
  280.                 availability toggle.  Note that it is reset to
  281.                 its original state when RBBS is reentered.
  282.  
  283.         F9      The F9 key will toggle the state of the SysOp
  284.                 snoop toggle.  Note that it is reset to its
  285.                 original state when RBBS is reentered.
  286.  
  287.         F10     The F10 key is used to initiate CHAT mode.  This
  288.                 allows the SysOp to converse with the user via the
  289.                 keyboard.  Unlike RBBS, CHAT mode in Barons does
  290.                 not support word wrap and you will need to hit the
  291.                 ENTER key at the end of each line.
  292.  
  293.         ESC     The escape key is used to answer a user page.  It
  294.                 is also used to terminate CHAT mode.
  295.  
  296.  
  297. Epilog:
  298. =======
  299. Please enjoy the program and feel free to contact Mycroft RBBS with any
  300. comments or questions.  The BBS and virtual I/O are performed by the Mycroft
  301. DM library.  The game author may also be contacted on Mycroft RBBS under the
  302. login of Richard Wilkes.
  303.  
  304.                                                 Thanks,
  305.  
  306.                                                 Michael W. Bayley
  307.                                                 MYCROFT RBBS
  308.                                                 (408) 927-0105
  309.  
  310.  
  311.